projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d308d0
)
placesview: Fix mounting remote locations
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 16 Apr 2021 23:17:37 +0000
(19:17 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 16 Apr 2021 23:17:37 +0000
(19:17 -0400)
This was broken by a stupid copy-paste error.
gtk/gtkplacesview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacesview.c
b/gtk/gtkplacesview.c
index 416bffbe8aa6200ed238b833fe7ad1bc13b86449..83951a660d38bcc666b8084ed0de3e2061ad52de 100644
(file)
--- a/
gtk/gtkplacesview.c
+++ b/
gtk/gtkplacesview.c
@@
-550,7
+550,7
@@
populate_servers (GtkPlacesView *view)
/* clear previous items */
while ((child = gtk_widget_get_first_child (GTK_WIDGET (view->recent_servers_listbox))))
- gtk_list_box_remove (GTK_LIST_BOX (view->listbox), child);
+ gtk_list_box_remove (GTK_LIST_BOX (view->
recent_servers_
listbox), child);
gtk_list_store_clear (view->completion_store);